Version

GetItemHeader Method (ComboEditorBaseProxy<T,TControl>)

Returns the header or display text of the specified item
Syntax
'Declaration
 
Protected Function GetItemHeader( _
   ByVal oItem As System.Object, _
   Optional ByVal bIsItemData As System.Boolean _
) As System.String
protected System.string GetItemHeader( 
   System.object oItem,
   System.bool bIsItemData
)
protected: System.string* GetItemHeader( 
   System.Object* oItem,
   System.bool bIsItemData
) 

Parameters

oItem
The input item
bIsItemData
Optional bool parameter, if true specifies that the item is the original data object, else specifies that it is the container object

Return Value

The header or display text of the specified item
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also